home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- whichSprite = the clickOn
- puppetSprite(17, 1)
- puppetSprite(18, 1)
- set the ink of sprite 17 to 8
- set the ink of sprite 18 to 8
- updateStage()
- repeat while the stillDown
- if rollover(whichSprite) then
- set the ink of sprite whichSprite to 4
- else
- set the ink of sprite whichSprite to 8
- end if
- updateStage()
- end repeat
- puppetSprite(17, 0)
- puppetSprite(18, 0)
- updateStage()
- if rollover(whichSprite) then
- if whichSprite = 17 then
- go(1, "L07A8")
- else
- go("dance", "L07A9")
- end if
- end if
- end
-